Skip to content

📚 docs/README.skills.md :: Add install into vs-code button#856

Closed
ranma2913 wants to merge 3 commits into
github:mainfrom
ranma2913:main
Closed

📚 docs/README.skills.md :: Add install into vs-code button#856
ranma2913 wants to merge 3 commits into
github:mainfrom
ranma2913:main

Conversation

@ranma2913
Copy link
Copy Markdown

@ranma2913 ranma2913 commented Mar 2, 2026

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description

Adds "Install in VS Code" and "Install in VS Code Insiders" badge buttons to every entry in the Skills README table (docs/README.skills.md), making it as easy to install skills as it already is for agents, instructions, and hooks.

My attempt to resolve #855

Changes

  • eng/update-readme.mjs: Updated generateSkillsSection() to call makeBadges() for each skill entry and corrected the link path so badges resolve correctly.
  • eng/constants.mjs:
    • Added skills to AKA_INSTALL_URLS (https://aka.ms/awesome-copilot/install/skills).
    • Improved the skills section header copy — split the old "Usage" section into a clearer "To Install" (click badge or copy folder) and "To Use" (browse and reference) pair.
  • docs/README.skills.md: Regenerated via npm run build — all skill table rows now include VS Code and VS Code Insiders install badges.

Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

@ranma2913 ranma2913 requested a review from aaronpowell as a code owner March 2, 2026 16:57
@ranma2913
Copy link
Copy Markdown
Author

I guess maybe this PR can't be merged because there's not yet an MCP located at https://aka.ms/awesome-copilot/install/skills ???

@aaronpowell
Copy link
Copy Markdown
Contributor

See #855 (comment)

@aaronpowell aaronpowell closed this Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

📚 docs/README.skills.md :: Missing install into vs-code button

2 participants